github.com/andybalholm/brotli/flate.literalNode.freq (field)
10 uses
github.com/andybalholm/brotli/flate (current package)
huffman_code.go#L28: freq int32
huffman_code.go#L161: lastFreq: list[1].freq,
huffman_code.go#L162: nextCharFreq: list[2].freq,
huffman_code.go#L163: nextPairFreq: list[0].freq + list[1].freq,
huffman_code.go#L195: l.nextCharFreq = list[n].freq
huffman_code.go#L336: if s[i].freq == s[j].freq {
huffman_code.go#L339: return s[i].freq < s[j].freq
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |